home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / frame_28 / DoAction.as
Text File  |  2007-01-15  |  268b  |  20 lines

  1. aiAcc = "120" - eval("/:gLevel") * "2";
  2. if(aiAcc < "10")
  3. {
  4.    aiAcc = "10";
  5. }
  6. team1 = "1";
  7. team2 = "2";
  8. rafts = team1 + team2;
  9. first = "1";
  10. freeforall = "1";
  11. tellTarget("/ai")
  12. {
  13.    play();
  14. }
  15. whosturn = "1";
  16. tellTarget("turn")
  17. {
  18.    gotoAndStop(1);
  19. }
  20.